home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / gnu / readme_a.gz_ < prev    next >
Text File  |  1994-05-18  |  979b  |  24 lines

  1. Because the `compress' utility is covered by patents (US 4,464,650 and
  2. 4,558,302), we cannot use it; it is not free software.
  3.  
  4. Instead, the GNU Project uses the `gzip' program, which is free of known
  5. software patents and also compresses better than `compress'.  Files
  6. compressed with this method end with `.gz'.
  7.  
  8. Gzip can also uncompress files compressed with `compress' (i.e. files
  9. ending in `.Z'), since the uncompression algorithm is not patented.
  10.  
  11. To extract sources that are in files ending in `.tar.gz' you can use the
  12. command
  13.  
  14.       gzip -d < foo.tar.gz | tar xf -
  15.  
  16. where `foo.tar.gz' is the name of the file.
  17.  
  18. Gzip is available in source form on this ftp archive, in the file
  19. gzip-N.N.shar, gzip-N.N.tar, and gzip-N.N.tar.gz (the last for people
  20. who already have gzip but want to get a newer version, since the gzipped
  21. file will transfer faster).  Gzip is also available as a DOS
  22. executable in the file gzip-N.N.msdos.exe. To find a VMS executable,
  23. read gzip-vms.README.
  24.